We've an application developed using framework 1.1 and it's been
working great. Now when we install framework 2.0 besides 1.1, the
application runs using 2.0 and blows up with some inter-op issues.
My question is, is there anyway to force the application to run using
the 1.1 framework?
Thanks for your responses in advance.
Feroz.
--
William Stacey [MVP]
"Feroz" <feroz_...@hotmail.com> wrote in message
news:1126644058.5...@o13g2000cwo.googlegroups.com...
This ...
<configuration>
<startup>
<requiredRuntime version="v1.1.4322" safemode="true"/>
</startup>
</configuration>
will force the loading of the v1.1 runtime for your application.
Willy.
"Feroz" <feroz_...@hotmail.com> wrote in message
news:1126644058.5...@o13g2000cwo.googlegroups.com...